From: Jim Blandy Date: Mon, 3 May 1993 03:34:20 +0000 (+0000) Subject: * bytecomp.el (meta-flag): Declare this an obsolete variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96434 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f33419002e134d9b1262ebab8e4e76c9b6f915aa;p=emacs.git * bytecomp.el (meta-flag): Declare this an obsolete variable. * bytecomp.el: The `suspend-hooks' variable is obsolete now, and `suspend-hook' is the right name. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 0cd74063f1d..c599fbcf9b2 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -3000,8 +3000,9 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" "use unread-command-events instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.") (make-obsolete-variable 'unread-command-event "use unread-command-events; this is now a list of events.") -(make-obsolete-variable 'suspend-hook 'suspend-hooks) +(make-obsolete-variable 'suspend-hooks 'suspend-hook) (make-obsolete-variable 'comment-indent-hook 'comment-indent-function) +(make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.") (provide 'byte-compile)